projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5976ef8
)
(sendmail-pre-abbrev-expand-hook): Check for
author
Andreas Schwab
<schwab@suse.de>
Wed, 8 Aug 2007 11:51:25 +0000
(11:51 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 8 Aug 2007 11:51:25 +0000
(11:51 +0000)
self-insert-command, not self-insert.
lisp/mail/mailabbrev.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mailabbrev.el
b/lisp/mail/mailabbrev.el
index b3e2c051e7d129dc80653a280edceb9e051c761a..8862e6ca2d2d2cd143850ed63af5f62ff90f1e91 100644
(file)
--- a/
lisp/mail/mailabbrev.el
+++ b/
lisp/mail/mailabbrev.el
@@
-495,7
+495,7
@@
of a mail alias. The value is set up, buffer-local, when first needed.")
(or (and (integerp last-command-char)
;; Some commands such as M-> may want to expand first.
- (equal this-command 'self-insert)
+ (equal this-command 'self-insert
-command
)
(or (eq (char-syntax last-command-char) ?_)
;; Don't expand on @.
(memq last-command-char '(?@ ?. ?% ?! ?_ ?-))))